Report Options
The Report wizard provides an option to print the report criteria that you used to run a report. The criteria appear at the bottom of the report. Use Report Options tags to select the criteria to print.
Report Options
Tag | Sections | Report Types | Description |
---|---|---|---|
ReportOptions.CalendarSet | HeaderReport, FooterReport | Aggregate | This is the selected calendar set. |
ReportOptions.CostSets | HeaderReport, FooterReport | Aggregate | This is the selected cost sets, separated by commas. |
ReportOptions.Criteria | HeaderReport, FooterReport | Aggregate | This is the selected criteria, separated by commas. |
ReportOptions.Filter | HeaderReport, FooterReport | All | This is the selected filter. |
ReportOptions.Sort | HeaderReport, FooterReport | All | This is the selected sort. |
ReportSetting.ScaleFactor | HeaderReport, FooterReport | All | This is the report’s scale factor. |
ReportSetting.ScaleCaption | HeaderReport, FooterReport | All | This is the report’s scale caption. |
ReportSetting.AggregationResults | All | Aggregated | This is the report’s AggregationResults setting. |
PRINTIF Statement
A PRINTIF statement at the bottom of the template controls what is shown on the report. The following statements should be included at the bottom of a report:
<Footer>{Report}{PRINTIF(DisplayReportOptions,True)}
<Footer>{Report}{PRINTIF(DisplayReportOptions,True)}Report Options
<Footer>{Report}{PRINTIF(DisplayReportOptions,True)}Criteria:{ReportOptions.Criteria}
<Footer>{Report}{PRINTIF(DisplayReportOptions,True)}Cost Sets:{ReportOptions.CostSets}
<Footer>{Report}{PRINTIF(DisplayReportOptions,True)}Calendar:{ReportOptions.CalendarSet}
<Footer>{Report}{PRINTIF(DisplayReportOptions,True)}Filter:{ReportOptions.Filter}
The PRINTIF statement executes the footer row if the option parameter is selected.